home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_1199 / 930 < prev    next >
Internet Message Format  |  1994-08-27  |  854b

  1. From: error@stack.urc.tue.nl (Erlend Nagel)
  2. Subject: Re: Gem List (fwd)
  3. Date: Thu, 21 Jul 1994 14:07:41 +0200 (MET DST)
  4. In-Reply-To: <2e2cfd5016cbf5@elfhaven.ersys.edmonton.ab.ca> from "Michel Forget" at Jul 19, 94 09:57:36 pm
  5. Mime-Version: 1.0
  6. Precedence: bulk
  7.  
  8. Michel wrote:
  9.  
  10. > users.  If you allocate a lot of memory (like MasterBrowse does) then
  11. > malloc() will end up calling Malloc() more that sixteen times, and you
  12. > can say bye-bye to TOS 1.0.  Is there -another- reason why I should not
  13. > use it?
  14.  
  15. It will only call Malloc more than 16 times if you malloc() a LOT of
  16. small blocks. If masterbrowse would malloc once for some largish block,
  17. the library would normally request such a large block as well. Another
  18. reason not to use Malloc is that malloc() is a standard function in all
  19. C compilers and Malloc() is only standard under GEM.
  20.  
  21. Erlend.
  22.